func go.pact.im/x/extraio.swap

7 uses

	go.pact.im/x/extraio (current package)
		tail.go#L77: 			swap(p[len(head):], tail)
		tail.go#L78: 			swap(p, head)
		tail.go#L80: 			swap(r.buf, p[n-size:])
		tail.go#L89: 			k := swap(r.buf[r.cur:], p[:n])
		tail.go#L91: 			k = swap(r.buf[r.cur:], p[k:n])
		tail.go#L97: 			swap(r.buf, p[:n])
		tail.go#L112: func swap(dst, src []byte) int {